func go/types.methodIndex

2 uses

	go/types (current package)
		lookup.go#L625: func methodIndex(methods []*Func, pkg *Package, name string, foldCase bool) (int, *Func) {
		typeset.go#L63: 	return methodIndex(s.methods, pkg, name, foldCase)